GtkGrid: Add missing Since docs
authorAlexander Larsson <alexl@redhat.com>
Wed, 27 Mar 2013 08:39:44 +0000 (09:39 +0100)
committerAlexander Larsson <alexl@redhat.com>
Tue, 23 Apr 2013 03:58:07 +0000 (05:58 +0200)
gtk/gtkgrid.c

index 30a5e01bbee516731bc0b8f6ad9f54c7ebdd6f94..e5bd6698ea20c238ecb19b08252ed826c5cdc39c 100644 (file)
@@ -2468,6 +2468,8 @@ get_row_properties_or_default (GtkGrid      *grid,
  *
  * Sets how the baseline should be positioned on @row of the
  * grid, in case that row is assigned more space than is requested.
+ *
+ * Since: 3.10
  */
 void
 gtk_grid_set_row_baseline_position (GtkGrid            *grid,
@@ -2499,6 +2501,8 @@ gtk_grid_set_row_baseline_position (GtkGrid            *grid,
  * %GTK_BASELINE_POSITION_CENTER.
  *
  * Returns: the baseline position of @row
+ *
+ * Since: 3.10
  */
 GtkBaselinePosition
 gtk_grid_get_row_baseline_position (GtkGrid      *grid,
@@ -2524,6 +2528,8 @@ gtk_grid_get_row_baseline_position (GtkGrid      *grid,
  * parent of the @grid.
  *
  * Returns: the row index defining the global baseline
+ *
+ * Since: 3.10
  */
 void
 gtk_grid_set_baseline_row (GtkGrid *grid,
@@ -2552,6 +2558,8 @@ gtk_grid_set_baseline_row (GtkGrid *grid,
  * Returns which row defines the global baseline of @grid.
  *
  * Returns: the row index defining the global baseline
+ *
+ * Since: 3.10
  */
 gint
 gtk_grid_get_baseline_row (GtkGrid         *grid)